lisp/emacs-lisp/pp.el: Do not reimplement common macros; use `looking-at-p'.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 5 Feb 2012 02:09:35 +0000 (03:09 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 5 Feb 2012 02:09:35 +0000 (03:09 +0100)
commit6c147cd57acdd3bc73befcf060d90a8481210da8
tree0968a2fc9d7d6491b324c2da7d962d6551e62efe
parent5f362d5c372b2eaa0e4fa3d26244c5800560ec21
lisp/emacs-lisp/pp.el: Do not reimplement common macros; use `looking-at-p'.

(pp-to-string): Use `with-temp-buffer'.
(pp-buffer): Use `ignore-errors', `looking-at-p'.
(pp-last-sexp): Use `looking-at-p'.
lisp/ChangeLog
lisp/emacs-lisp/pp.el